home *** CD-ROM | disk | FTP | other *** search
- ## proxy_load.tg
- # Simple script to remote-load a script into a proxy WinCron
- # I.e., Interactive WinCron sends script ==> Proxy WinCron
- # After a script has been remote-loaded, it then must be started.
- # See Also: proxy_start.tg, proxy_test_01.tg
- # Note: We are loading these samples relative to the real SCRIPT_DIR.
- {
- -name proxy_load
- -start
- -stop
- -action -proxy -load "%TG.SCRIPT_DIR%..\Sample Scripts\"proxy_hello_01.tg
- }